public interface CiscoProvTerminalUnRegisteredEv extends CiscoProvFeatureEv
CiscoProvTerminalUnRegisteredEv
event is delivered to provider observer when a
Terminal in provider domain registers with Cisco Unified Communication Manager. To receive this
event application should register using CiscoProvider.registerFeature() and
CiscoProvFeatureID.TERMINAL_REGISTER_UNREGISTER_EVENT_NOTIFY.
Modifier and Type | Field and Description |
---|---|
static int |
ENERGYWISE_POWER_SAVE_PLUS
This indicates that the terminal unregistered due to deep sleep mode.
|
static int |
ID |
static int |
REASON_LOGIN
This indicates that Terminal unregistered due to a login
|
static int |
REASON_LOGOUT
This indicates that Terminal unregistered due to a logout
|
static int |
REASON_RESET
This indicates that Terminal unregistered due to reset
|
static int |
REASON_UNKNOWN
This indicates that Terminal unregistered for UNKNOWM reason
|
CAUSE_EM_LOGIN, CAUSE_EM_LOGIN_PROFILE_ADD, CAUSE_EM_LOGOUT, CAUSE_EM_LOGOUT_PROFILE_REMOVE, CAUSE_NORMAL
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
Modifier and Type | Method and Description |
---|---|
int |
getReason()
returns the reason for Terminal unregister.
|
javax.telephony.Terminal |
getTerminal()
returns the Terminal that unregistered from Cisco Unified Communication Manager
|
getFeatureID
getCiscoCause
static final int ID
static final int REASON_UNKNOWN
static final int REASON_RESET
static final int REASON_LOGIN
static final int REASON_LOGOUT
static final int ENERGYWISE_POWER_SAVE_PLUS
javax.telephony.Terminal getTerminal()
int getReason()